翻訳と辞書
Words near each other
・ Dynamic pressure
・ Dynamic pricing
・ Dynamic priority scheduling
・ Dynamic problem (algorithms)
・ Dynamic program analysis
・ Dynamic programming
・ Dynamic programming language
・ Dynamic provisioning environment
・ Dynamic psychiatry
・ Dynamic publishing
・ Dynamic quartz recrystallization
・ Dynamic random-access memory
・ Dynamic range
・ Dynamic range (disambiguation)
・ Dynamic range compression
Dynamic recompilation
・ Dynamic recrystallization
・ Dynamic rectangle
・ Dynamic relaxation
・ Dynamic replication
・ Dynamic reserve
・ Dynamic Resolution Adaptation
・ Dynamic response index
・ Dynamic risk measure
・ Dynamic rollover
・ Dynamic rope
・ Dynamic routing
・ Dynamic scattering mode
・ Dynamic Science Fiction
・ Dynamic Science Stories


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Dynamic recompilation : ウィキペディア英語版
Dynamic recompilation

In computer science, dynamic recompilation (sometimes abbreviated to dynarec or the pseudo-acronym DRC) is a feature of some emulators and virtual machines, where the system may recompile some part of a program ''during execution''. By compiling during execution, the system can tailor the generated code to reflect the program's run-time environment, and potentially produce more efficient code by exploiting information that is not available to a traditional static compiler.
==Uses==
Most dynamic recompilers are used to convert machine code between architectures at runtime. This is a task often needed in the emulation of legacy gaming platforms. In other cases, a system may employ dynamic recompilation as part of an adaptive optimization strategy to execute a portable program representation such as Java or .NET Common Language Runtime bytecodes. Full-speed debuggers also utilize dynamic recompilation to reduce the space overhead incurred in most deoptimization techniques, and other features such as dynamic thread migration.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Dynamic recompilation」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.